home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
4-Demos
/
Third Party Demos
/
Information Management
/
MicroPlanner
/
card_16625.txt
< prev
next >
Wrap
Text File
|
1990-03-22
|
543b
|
28 lines
-- card: 16625 from stack: in
-- bmap block id: 7502
-- flags: 0000
-- background id: 2600
-- name:
----- HyperTalk script -----
on mouseUp
set the cursor to 4
repeat with x =1 to 6
visual effect dissolve
go next card
end repeat
repeat with x =1 to 4
wait for 2 seconds
visual effect dissolve
go next card
end repeat
wait for 3 seconds
repeat with x =1 to 2
wait for 1 seconds
visual effect dissolve
go next card
end repeat
wait for 1 seconds
go next card
set the cursor to 1
end mouseUp